[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ARGV                         command arguments

    One-dimensional array with  elements equal to  the arguments passed  to
    QTAwk.  Program  options (-f or -F) are  not included in ARGC or ARGV.

    QTAwk -fprogramf.exp scanfile.txt "var1 = text2" scanf2.txt
    ARGC == 4
    ARGV[0] == QTAwk
    ARGV[1] == scanfile.txt
    ARGV[2] == var1 = text2
    ARGV[3] == scanf2.txt

See Also: ARGC ARGI
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson